home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gamtlk11.zip / source.zip / CARIBBEAN POKER / CPOKER.H < prev    next >
Text File  |  1999-12-13  |  3KB  |  97 lines

  1. #define MainWindow 1000
  2. #define MainClient 1100
  3. #define IDM_FILE 1003
  4. #define IDM_HELP 1900
  5. #define IDM_HELPINDEX 1910
  6. #define IDM_PRODUCTINFORMATION 1990
  7. #define IDM_EXIT 1190
  8. #define IDM_GAME 1100
  9. #define IDM_STUD 1110
  10. #define IDM_DRAW 1120
  11. #define IDM_CASH 1200
  12. #define IDM_ADD 1210
  13. #define IDM_CASHOUT 1220
  14. #define IDM_ABOUT 1990
  15. #define PB_ANTE   2010
  16. #define PB_BET    2011
  17. #define PB_FOLD   2012
  18. #define PB_ADVICE 2013
  19. #define PB_PROGRESSIVE  2014
  20. #define PB_BETFIELD     2015
  21. #define PB_AUTO   2016
  22. #define SPBN_WAGER   2017
  23. #define TXT_BANK     2018
  24. #define TXT_JACKPOT  2019
  25. #define TXT_PAYOUT   2020
  26. #define PLAYER_HAND  3000
  27. #define DEALER_HAND  3010
  28. #define HANDNAME_INDEX  512
  29.  
  30. // Positions
  31. #define  BTN_XSIZE   0.1
  32. #define  BTN_YSIZE   0.05
  33. #define  BET_XPOS    0.6
  34. #define  BET_YPOS    0.4
  35. #define  BET_XSIZE   BTN_XSIZE
  36. #define  BET_YSIZE   BTN_YSIZE
  37. #define  FOLD_XPOS   0.3
  38. #define  FOLD_YPOS   BET_YPOS
  39. #define  FOLD_XSIZE  BTN_XSIZE
  40. #define  FOLD_YSIZE  BTN_YSIZE
  41. #define  AUTO_XPOS   0.6
  42. #define  AUTO_YPOS   0.7
  43. #define  AUTO_XSIZE  0.1
  44. #define  AUTO_YSIZE  0.05
  45. #define  PROG_XPOS   0.45
  46. #define  PROG_YPOS   0.65
  47. #define  PROG_XSIZE  0.1
  48. #define  PROG_YSIZE  0.1
  49. #define  WAGER_XPOS  0.6
  50. #define  WAGER_YPOS  0.5
  51. #define  WAGER_XSIZE BTN_XSIZE
  52. #define  WAGER_YSIZE 0.05
  53. #define  BETFIELD_XPOS  0.42
  54. #define  BETFIELD_YPOS  0.4
  55. #define  BETFIELD_XSIZE 0.16
  56. #define  BETFIELD_YSIZE 0.2
  57. #define  PHAND_XPOS     0.1
  58. #define  PHAND_YPOS     0.02
  59. #define  PHAND_XSIZE    0.8
  60. #define  PHAND_YSIZE    0.3
  61. #define  HAND_CARDHEIGHT  0.9
  62. #define  DHAND_XPOS     0.2
  63. #define  DHAND_YPOS     0.8
  64. #define  DHAND_XSIZE    0.6
  65. #define  DHAND_YSIZE    0.18
  66. #define  BANK_XPOS      0.05
  67. #define  BANK_YPOS      0.5
  68. #define  BANK_XSIZE     0.2
  69. #define  BANK_YSIZE     0.05
  70. #define  JACKPOT_XPOS   0.8
  71. #define  JACKPOT_YPOS   0.85
  72. #define  JACKPOT_XSIZE  0.2
  73. #define  JACKPOT_YSIZE  0.05
  74. #define  PAYOUT_XPOS    0.05
  75. #define  PAYOUT_YPOS    0.6
  76. #define  PAYOUT_XSIZE   0.3
  77. #define  PAYOUT_YSIZE   0.05
  78.  
  79. #define PMT_ANTE 10000
  80. #define PMT_BET 10001
  81. #define PMT_FOLD 10002
  82. #define PMT_ADVICE 10003
  83. #define CPOKER_PMT_APPNAME 5000
  84. #define CPOKER_PMT_VERSION 5001
  85. #define BMP_PROGEMPTY 2100
  86. #define BMP_PROGFULL 2101
  87. #define BMP_ANTE 2102
  88. #define BMP_BET 2103
  89. #define BMP_EMPTY 2104
  90. #define PMT_AUTO 10004
  91. #define PMT_BANK 10005
  92. #define CPOKER_PMT_CARIBBEANSTUD 5002
  93. #define CPOKER_PMT_CARIBBEANDRAW 5003
  94. #define PMT_JACKPOT 10006
  95. #define PMT_PAYOUT  10007
  96. #define PMT_PROGPAYOUT  10008
  97.